/* Engineer CSS*/

/*Define body background and font*/


/*last updated 05 Aug 2014*/


body	{background-image:url(../backgrounds/bronzecopper0010_2_m.jpg);
	font-family: arial, helvetica;
	background-repeat: no repeat;
	}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	color: #FF0;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	text-shadow: 0.2em 0.2em #333;}
	
h2 {	text-align: center;
	font-family:arial, helvetica;
	font-size: 16pt;
	color: #f4db5d;
	font-style; italic;}

/*table appearance*/

table.main {
	border: 1px solid;
	border-color: black;
	background-color: #FFFFCC;
	padding: 6px 2px
	border-spacing: 2px
}

td.onecolumn {
	background-color:#FFFFCC;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 14pt
}

td.title {
	background-color:#8080FF;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 16pt;
	font-weight: bold;
}
td.smtitle{
	background-color:#8080FF;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold;}

td.normal {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-color: #566047;
	font-weight: none;}	
	
td.emergency {
	background-color:#F63;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: bold;
	font-color: #F00;}	

td.subtitle {
	background-color: #C9D0FF;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 12pt;
	font-color: black;
	font-weight:normal;}	
	
td.eng {
	background-color:#FFFFCC;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 10pt;
	font-color: black;
	font-weight: normal;}	
	
p {
	color: #FF0;
	font-size: 14pt;
	font-weight: none;
	font-family: arial, helvetica;
	text-align: center;}
	
p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000;
}
p4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000;}


p3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: black;}
	
p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000;}
	
	
a.emergency {
	color: #33F;
	font-weight: bold;
	text-decoration: none;}
	
	a.emergency:link {
	color: #33F;
	font-weight: bold;
	text-decoration: underline;}
	
	a.emergency:hover {
	color:#33F;
	font-weight: bold;
	text-decoration: none;}
	
	a.emergency:visited {
	color: #33F;
	font-weight: bold;
	text-decoration: none;}
	
	
a.eng {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.eng-active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
a.eng-hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:inherit;
	font-weight: bold;
	color: navy;
}

a.eng-visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000;}
	
